testing.testState.running (field)

5 uses

	testing (current package)
		testing.go#L1899: 	running int
		testing.go#L1913: 		running:       1, // Set the count to 1 for the main (sequential) test.
		testing.go#L1919: 	if s.running < s.maxParallel {
		testing.go#L1920: 		s.running++
		testing.go#L1932: 		s.running--